home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / mail / amitcp_ups10.lha / upsd_protos.h < prev    next >
Encoding:
Text File  |  1993-10-03  |  322 b   |  9 lines

  1.  
  2. /* upsd.c */
  3. int main ( int argc , char **argv );
  4. int copyfile ( int *file );
  5. int error ( char *option , char *string );
  6. int ack ( void );
  7. int opendest ( char *name , char *file , int uid , int gid );
  8. int sendmail ( char *from , char *full , char *from_host , char *to , char *list , int file , char *mess , int count );
  9.